home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / ResEdit™ 3.0d1 / ResEdit™ 3.0d1 / ResEdit™ 3.0d1.rsrc / VDL_128_Resource.STR#.bin < prev    next >
Text File  |  1996-04-23  |  497b  |  18 lines

  1. Margin(10, 10, 10, 10)
  2.     DynamicListMargin( "Strings: ", strings, Width = UseParent )
  3.         DynamicVList(strings, StringEntry, Editable, Width = UseParent)
  4.             Margin(2,2,2,2, Width = UseParent)
  5.                 HList(Width = UseParent)
  6.                     {
  7.                     Margin(0,3,0,0)
  8.                         HList()
  9.                             {
  10.                             Spacer(Width = 5);
  11.                             StaticText("String # ");
  12.                             StaticText(ContextElementIndex);
  13.                             StaticText(": ");
  14.                             }
  15.                         
  16.                     Margin(1,1,1,1, Width = UseParent)
  17.                         EditText(string, Width = UseParent);
  18.                     }